Post

Replies

Boosts

Views

Activity

Reply to BGProcessingTaskRequest not triggered
I am using Xcode 12.2 and using BGProcessTask to some task in the background. In iOS Device it works fine as i run the command to schedule the BGTask after the App goes to background, so in debug mode when i connect device to Mac and run commands then it works. Without running command When we background app and open the app the next day still the BGTask is not triggered. Can anyone has any suggestion on this?
Dec ’20
Reply to "Can't end BackgroundTask" error message on iOS 13.0
This issue still not fixed. I created a framework in which I am submitting the BGProcessingTaskRequest upon appdidenterbackground notification. it complains about the Error Domain=BGTaskSchedulerErrorDomain Code=1. Ironically I built a sample app without framework it works fine in the Host App and was able to run the command to test the triggering of background process.
Nov ’20
Reply to dyld: Library not loaded
Above fix did not work for me.I am also facing the same issue when I create a Framework with CocoaPods as Dependency and add Alamofire, App i crashing that Alamofire not dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire Xcode (11.4.1)By default its creating Apps with iOS 13.4Ironically when i use the Pod dependency of Alamofire in a iOS Application its working. Only If we want to create a Custom Framework with CoCoaPods as dependency with Alamofire its not working.I tried below to fix but not working1. remove use_frameworks!
May ’20